org.eclipse.ui.views.properties
Class FilePropertySource
java.lang.Object
org.eclipse.ui.views.properties.ResourcePropertySource
org.eclipse.ui.views.properties.FilePropertySource
- All Implemented Interfaces:
- org.eclipse.ui.views.properties.IPropertySource
- public class FilePropertySource
- extends ResourcePropertySource
The FilePropertySource gives the extra information that is shown for files
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FilePropertySource
public FilePropertySource(IFile file)
- Creates an property source for a file resource.
- Parameters:
file
- the file resource
getPropertyDescriptors
public org.eclipse.ui.views.properties.IPropertyDescriptor[] getPropertyDescriptors()
- Specified by:
getPropertyDescriptors
in interface org.eclipse.ui.views.properties.IPropertySource
- Overrides:
getPropertyDescriptors
in class ResourcePropertySource
getPropertyValue
public Object getPropertyValue(Object key)
- Specified by:
getPropertyValue
in interface org.eclipse.ui.views.properties.IPropertySource
- Overrides:
getPropertyValue
in class ResourcePropertySource
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.